ArcPadScripting
SnappingMode
Collapse All
Expand All
ArcPad Scripting Object Model Reference > References > Constants > SnappingMode
SnappingMode constants
Constant
Value
Description
apSnapEnd
4
End snapping.
apSnapEdge
2
Edge snapping.
apSnapVertex
1
Vertex snapping.
apSnapNone
0
No snapping.
Remarks
Use these constants with the SnappingMode property of the Layer object. Constants can be added together to specify multiple snapping modes.
Applies To
Layer :: SnappingMode Property